Platform Explorer / Nuxeo Platform 2023.10

Extension point generalSettings

Documentation

This extension point can be used to define general settings. For now only server prefix E.g. : http://server:port/appName/

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.ec.notification.service.GeneralSettingsDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-2023.10.13.jar /opt/nuxeo/server/nxserver/config/notification-config.xml
    <extension point="generalSettings" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
        <settings>
          <serverPrefix>http://localhost:8080/nuxeo/</serverPrefix>
          <eMailSubjectPrefix>[Nuxeo] </eMailSubjectPrefix>
          <mailSessionJndiName>java:comp/env/Mail</mailSessionJndiName>
        </settings>
      </extension>